home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / event.d / control-alt-delete next >
Text File  |  2008-09-29  |  260b  |  9 lines

  1. # control-alt-delete - emergency keypress handling
  2. #
  3. # This task is run whenever the Control-Alt-Delete key combination is
  4. # pressed.  Usually used to shut down the machine.
  5.  
  6. start on control-alt-delete
  7.  
  8. exec /sbin/shutdown -r now "Control-Alt-Delete pressed"
  9.